Vcenter Deployment DiskInfo
Vcenter Deployment DiskInfo
The Vcenter Deployment DiskInfo {schema contains information about used space, free space, total size, and mount point of the disk.
This schema was added in vSphere API 8.0.3.0.
JSON Example
{
"used": "number",
"free": "number",
"size": "number",
"mount_point": "string"
}
number As double
As double
used
Required
Used disk space in GB
This property was added in vSphere API 8.0.3.0.
number As double
As double
free
Required
Free disk space in GB
This property was added in vSphere API 8.0.3.0.
number As double
As double
size
Required
Size of the disk in GB
This property was added in vSphere API 8.0.3.0.
string
mount_point
Required
Mount point of the disk
This property was added in vSphere API 8.0.3.0.